home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / emacs / site-start.d / 50festival.el < prev   
Encoding:
Text File  |  2006-10-06  |  798 b   |  20 lines

  1. ;; Autoloads (most probable entry points) for Festival
  2.  
  3. (autoload 'say-minor-mode "festival" "Menu for using Festival." t)
  4.  
  5. (autoload 'run-festival "festival"
  6.   "Run an inferior FESTIVAL process, input and output via buffer *festival*." t)
  7.  
  8. (autoload 'festival-say-buffer "festival"
  9.   "Send given region to festival for saying.  This saves the region
  10. as a file in /tmp and then tells festival to say that file.  The
  11. major-mode is passed as a text mode to Festival." t)
  12.  
  13. (autoload 'festival-say-region "festival"
  14.   "Send given region to festival for saying.  This saves the region
  15. as a file in /tmp and then tells festival to say that file.  The
  16. major mode is *not* passed as text mode name to Festival." t)
  17.  
  18. (autoload 'festival-say-string "festival"
  19.   "Send string to festival and have it said" t)
  20.